projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5bdd67
)
(backward-kill-word): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Jan 2007 20:24:43 +0000
(20:24 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Jan 2007 20:24:43 +0000
(20:24 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index da0f95c0ec620dea8b227bf141ebe4e2c7e122b5..4edff54bf0648b05d1ae86574ad079ae1292d284 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4096,7
+4096,7
@@
With argument, do this that many times."
(kill-region (point) (progn (forward-word arg) (point))))
(defun backward-kill-word (arg)
- "Kill characters backward until encountering the
end
of a word.
+ "Kill characters backward until encountering the
beginning
of a word.
With argument, do this that many times."
(interactive "p")
(kill-word (- arg)))